home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
Apps
/
DevTools
/
aa_m68k_Only
/
NXLogo
/
NXLogoLibrary
/
cspingon.lg
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-07-09
|
153 b
|
8 lines
to cspingon :n :rad :angle :growth :times
ht
if :times < 1 [STOP]
cngon :n :rad
rt :angle
spingon :n (:rad*:growth) :angle :growth (:times-1)
end